home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / emulator / bsvc-1.000 / bsvc-1 / bsvc-1.0.4 / Announcement next >
Text File  |  1995-07-26  |  3KB  |  97 lines

  1. ===============================================================================
  2.  
  3.     BBBBBB   SSSSS  VVV VVV  CCCCC
  4.      BB  BB SS   SS VV  VV  CC   CC
  5.      BB  BB SS      VV  VV  CC
  6.      BBBBB   SSSSS  VV  VV  CC         "A Microprocessor Simulation Framework"
  7.      BB  BB      SS VV  VV  CC        
  8.      BB  BB SS   SS  VVVV   CC   CC                 Version 1.0.4
  9.     BBBBBB   SSSSS    VV     CCCCC 
  10.  
  11. ===============================================================================
  12.                          Distribution Announcement
  13. -------------------------------------------------------------------------------
  14.  
  15. BSVC is a microprocessor simulation framework written in C++ and Tcl/Tk.
  16. It was developed as a senior project at North Carolina State University
  17. by Bradford W. Mott.  BSVC provides a graphical user interface and a
  18. collection of C++ classes to facilitate the development of microprocessor
  19. simulators.  So far the BSVC framework has been used to developed a 
  20. Motorola 68000 simulator and a HECTOR 1600 simulator.  The BSVC distribution 
  21. contains the following:
  22.  
  23.   * BSVC Graphical User Interface (written in Tcl/Tk)
  24.  
  25.   * BSVC Simulator Framework (C++ classes)
  26.  
  27.   * Motorola 68000 simulator & assembler (including the M68681 Dual UART)
  28.  
  29.   * Hector 1600 simulator & assembler
  30.  
  31.  
  32. CHANGES
  33. =======
  34.  
  35. The following changes have been made:
  36.  
  37.  1.0.3 to 1.0.4:
  38.  
  39.     a) Stack pointer bug in the ADDA, SUBA, CMPA, and LEA instructions fixed
  40.  
  41.  1.0.2 to 1.0.3:
  42.  
  43.     a) Bug in Sim68000's DIVS, BCHG, BCLR, BSET, and BTST instructions fixed
  44.  
  45.     b) M68681 interrupt level bug fixed
  46.  
  47.     c) Sim68000 interrupt servicing modified so breakpoints at a service
  48.        routine are handled correctly
  49.  
  50.     d) Font resources changed for the GUI
  51.  
  52.     e) Insert registers in trace window bug fixed
  53.  
  54.  
  55. Supported Systems
  56. =================
  57.  
  58. The BSVC distribution supports the following systems:
  59.  
  60.   * Linux 1.x.x
  61.   * Ultrix 4.3
  62.   * SunOS 
  63.   * Solaris
  64.   * HP-UX 9.0
  65.  
  66. Required Software
  67. =================
  68.  
  69. BSVC requires the following software to compile and run:
  70.  
  71.   * gcc and the g++ library
  72.  
  73.   * Tcl/Tk3.6 (Needs the "wish" executable with the addinput extension)
  74.  
  75.  
  76. Distribution Site
  77. ================= 
  78.  
  79. The BSVC distribution can be obtained from:
  80.  
  81.    ftp.eos.ncsu.edu as /pub/bsvc/bsvc-1.0.3.tar.Z
  82.    sunsite.unc.edu as /pub/Linux/system/Emulators/bsvc-1.0.3.tar.Z
  83.  
  84.  
  85. Contacts
  86. ========
  87.  
  88. If you have any questions regarding the BSVC distribution send mail to:
  89.  
  90.   bwmott@eos.ncsu.edu
  91.  
  92. For more information on BSVC:
  93.  
  94.   http://www2.ncsu.edu/eos/service/ece/project/bsvc/www/
  95.  
  96.  
  97.